Help me to complete my UITableView to Navigation Controller [iPhone SDK]
Posted
by Momeks
on Stack Overflow
See other posts from Stack Overflow
or by Momeks
Published on 2009-12-31T21:16:18Z
Indexed on
2010/05/06
22:28 UTC
Read the original article
Hit count: 166
uinavigationcontroller
|iphone
I built an application. On the one my views I used TableView. So now I want to change this Table view to a navigation controller.
1- How can I change UITable view to Navigation Controller. I add navigation codes but I got some alert! [I know I must identify my navigation delegate, but HOW ?]
Here is my Mapping Views!
AppNameViewController
FirstViewController [on this view I used table view and I want change to nav]
SecondViewController
- ThirdViewControllerController
© Stack Overflow or respective owner